home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ASP Advantage 1994 2nd Q2
/
The Association of Shareware Professionals - The Official ASP Advantage (2nd Quarter)(1994).bin
/
files
/
progming
/
cenviw
/
numlock.cmm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-09-26
|
191 b
|
8 lines
// NumLock.cmm - Turn on the NUMLOCK key if it's not already on
#include <Message.lib>
#include <KeyPush.lib>
if ( !(GetKeyboardState()[VK_NUMLOCK] & 1) )
KeyStroke(VK_NUMLOCK);